Fix typo in Makefile.in. Doc fixes for building.
authorrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 29 Jan 2014 16:28:47 +0000 (16:28 +0000)
committerrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 29 Jan 2014 16:28:47 +0000 (16:28 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4725 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/Makefile.in
gpsbabel/xmldoc/chapters/build.xml

index f88145306ab300835cb6d96d4e5e495ce87b757d..cd17c269a1392d0da2adb8de22b373d3dee72245 100644 (file)
@@ -268,7 +268,6 @@ gpsbabel.html: FORCE # gpsbabel
          --stringparam make.clean.html "1" \
          --stringparam html.valid.html "1" \
          --stringparam html.stylesheet \
-         --stringparam html.stylesheet \
          "http://www.gpsbabel.org/style3.css" \
          http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl \
        xmldoc/readme.xml
index 548f51dc0619c338ff0aeb6c297353a1525e524f..046fd44851faf6574c7591ba8ff99e558f43b705 100644 (file)
@@ -19,9 +19,9 @@ additional information.
  For operating systems where no binary is provided or if 
 you want the latest development version, you will have to build it from
 source.  The code should be compilable on any system with
-ISO C++ It's tested on Linux, Mac OS/X, and Windows cross compilers.
+ISO C++. It's tested on Linux, Mac OS/X, and Windows cross compilers.
 Less frequently, someone will build on MSVC, FreeBSD, OpenBSD, Solaris, 
-etc.  
+etc.   Both Clang/LLVM and GNU C++ are regularly exercised.
 </para>
 <para>
 You can grab a release from the <ulink url="http://www.gpsbabel.org/download.html">GPSBabel download page</ulink>, but if you're going to be doing any development, you'll find that working from the <ulink url="http://code.google.com/p/gpsbabel/source/checkout">GPSBabel SVN tree</ulink> is easier.
@@ -44,12 +44,6 @@ binaries from <ulink url="http://qt-project.org/downloads">Qt Downloads</ulink>
 CentOS users may need to 'yum install libqt4-core libqt4-dev'.
 Fedora users may need to 'yum install qt4-devel'.
 Ubuntu users may need to 'apt-get install libqt4-core libqt4-dev'.
-</para>
-  <para><ulink url="http://expat.sourceforge.net">Expat</ulink> 
-is strongly recommended for source builds as it is
-required for reading all the XML formats such as GPX.  Fedora users
-may need to 'yum install expat-devel'.  Ubuntu users may need to 
-'apt-get install expat libexpat-dev'.
 </para>
   <para><ulink url="http://libusb.sourceforge.net">libusb</ulink> 
 is recommended for OS/X and Linux if you want to use a USB Garmin or 
@@ -65,9 +59,6 @@ need to 'yum install libusb-dev'.
 lists all the supported options, but of interest we have:</para><para>
  <option>--disable-shapefile</option> Excludes the shapefile support.
 </para>
-<para>
- <option>--disable-pdb</option> Excludes the Palm database support and all formats that rely on it.
-</para>
 <para>
   <option>--disable-csv</option> Excludes all support for our something-separated formats.
 </para>